Microsoft DirectX 8.1 (C++)

IGuideDataEvent::GuideDataAcquired

The GuideDataAcquired method is called by the TIF when a complete set of guide data has been acquired from the current transport stream.

Syntax

HRESULT GuideDataAcquired();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

If a transport analyzer supports IGuideDataEvent, it must supply this event.

See Also